projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55bfbe8
)
[temacs] Undef HAVE_POSIX_MEMALIGN.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Aug 2009 22:49:58 +0000
(22:49 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 28 Aug 2009 22:49:58 +0000
(22:49 +0000)
src/s/darwin.h
patch
|
blob
|
history
diff --git
a/src/s/darwin.h
b/src/s/darwin.h
index da223e9a41c2eeef6c3a400feedc9b3793263e59..40aa5831994f2e5ff4e0c47403d450cf89609253 100644
(file)
--- a/
src/s/darwin.h
+++ b/
src/s/darwin.h
@@
-171,6
+171,9
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define malloc unexec_malloc
#define realloc unexec_realloc
#define free unexec_free
+/* Don't use posix_memalign because it is not compatible with
+ unexmacosx.c. */
+#undef HAVE_POSIX_MEMALIGN
#endif
/* The ncurses library has been moved out of the System framework in